From 877a85efe65765dff0a02208b48df12b172fc639 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 2 Jun 2015 23:06:52 +0200 Subject: [PATCH] Fix erronous cfg directive --- src/cargo/util/shell_escape.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cargo/util/shell_escape.rs b/src/cargo/util/shell_escape.rs index a8a41f75f..d65f42556 100644 --- a/src/cargo/util/shell_escape.rs +++ b/src/cargo/util/shell_escape.rs @@ -83,7 +83,6 @@ mod other { static SHELL_SPECIAL: &'static str = r#" \$'"`!"#; - #[cfg(not(target_os = "windows"))] /// Escape characters that may have special meaning in a shell, /// including spaces. pub fn shell_escape(s: Cow) -> Cow { -- 2.30.2